DataSource for Entity Framework in WPF
C1.Data Namespace / PagingView<T> Class
The type of the entities in the client view.
Members

In This Topic
    PagingView<T> Class
    In This Topic
    Represents a paged client view.
    Object Model
    PagingView<T> Class
    Syntax
    Type Parameters
    T
    The type of the entities in the client view.
    Remarks

    Paging is performed on the server. It is controled by the PageSize and PageIndex properties.

    Sorting is required, paging entities is impossible without sort.

    Inheritance Hierarchy

    System.Object
       C1.LiveLinq.LiveViews.View
          C1.LiveLinq.LiveViews.View<T>
             C1.Data.ClientView<T>
                C1.Data.PagingView<T>

    See Also